home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / E / Exegesis Tools.cpt / Exegesis Tools / background_8178.txt < prev    next >
Text File  |  1990-12-13  |  1KB  |  68 lines

  1. -- background: 8178 from stack: in
  2. -- bmap block id: 8360
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Back 2
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 4 (button)
  13. -- low flags: 00
  14. -- high flags: 2004
  15. -- rect: left=5 top=25 right=51 bottom=36
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 12042 / 12042
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Home
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   go Home
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 8 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=476 top=24 right=49 bottom=503
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 19678 / 19678
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: credits
  43. ----- HyperTalk script -----
  44. on mouseDown
  45.   set visible of card field "About" to not the visible of card field "About"
  46. end mouseDown
  47.  
  48.  
  49.  
  50. -- part 22 (button)
  51. -- low flags: 00
  52. -- high flags: 2003
  53. -- rect: left=468 top=311 right=339 bottom=505
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 6720 / 6720
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Return
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect dissolve
  65.   pop card
  66. end mouseUp
  67.  
  68.